Autogenerated HTML docs for v1.5.3.1-4-gad00 
diff --git a/git-send-email.html b/git-send-email.html index 262266e..6fe4fe3 100644 --- a/git-send-email.html +++ b/git-send-email.html 
@@ -380,6 +380,17 @@  </p>   </dd>   <dt>  +--identity  +</dt>  +<dd>  +<p>  + A configuration identity. When given, causes values in the  + <em>sendemail.&lt;identity&gt;</em> subsection to take precedence over  + values in the <em>sendemail</em> section. The default identity is  + the value of <em>sendemail.identity</em>.  +</p>  +</dd>  +<dt>   --smtp-server   </dt>   <dd>  @@ -395,6 +406,27 @@  </p>   </dd>   <dt>  +--smtp-user, --smtp-pass  +</dt>  +<dd>  +<p>  + Username and password for SMTP-AUTH. Defaults are the values of  + the configuration values <em>sendemail.smtpuser</em> and  + <em>sendemail.smtppass</em>, but see also <em>sendemail.identity</em>.  + If not set, authentication is not attempted.  +</p>  +</dd>  +<dt>  +--smtp-ssl  +</dt>  +<dd>  +<p>  + If set, connects to the SMTP server using SSL.  + Default is the value of the <em>sendemail.smtpssl</em> configuration value;  + if that is unspecified, does not use SSL.  +</p>  +</dd>  +<dt>   --subject   </dt>   <dd>  @@ -463,6 +495,18 @@  <div class="sectionbody">   <dl>   <dt>  +sendemail.identity  +</dt>  +<dd>  +<p>  + The default configuration identity. When specified,  + <em>sendemail.&lt;identity&gt;.&lt;item&gt;</em> will have higher precedence than  + <em>sendemail.&lt;item&gt;</em>. This is useful to declare multiple SMTP  + identities and to hoist sensitive authentication information  + out of the repository and into the global configuation file.  +</p>  +</dd>  +<dt>   sendemail.aliasesfile   </dt>   <dd>  @@ -510,7 +554,31 @@  </dt>   <dd>   <p>  - Default smtp server to use.  + Default SMTP server to use.  +</p>  +</dd>  +<dt>  +sendemail.smtpuser  +</dt>  +<dd>  +<p>  + Default SMTP-AUTH username.  +</p>  +</dd>  +<dt>  +sendemail.smtppass  +</dt>  +<dd>  +<p>  + Default SMTP-AUTH password.  +</p>  +</dd>  +<dt>  +sendemail.smtpssl  +</dt>  +<dd>  +<p>  + Boolean value specifying the default to the <em>--smtp-ssl</em> parameter.   </p>   </dd>   </dl>  @@ -531,7 +599,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 02-Sep-2007 06:24:43 UTC  +Last updated 06-Sep-2007 01:33:18 UTC   </div>   </div>   </body>